chore(release): bump version to 1.24.3 - #292
Conversation
package.json bumped; src-tauri/tauri.conf.json, src-tauri/Cargo.toml, src-tauri/Cargo.lock (workspace-member entry, no checksum to break), and public/sw.js's APP_VERSION synced via the existing sync-tauri-version.mjs / sync-sw-version.mjs scripts plus one direct lockfile edit. README version badge updated. New CHANGELOG.md [1.24.3] entry finalizes the Unreleased worker-generation consolidation section: corrects the stacked-PR count (4 -> 5, #286-288 + #290-291), folds in independent #289 (Vercel auto-deploy pause), and adds two additional fixes from this session's merge-queue recovery (abort-listener leak in duckdbClient.ts, pool re-registration failure guards in workerBusManager.ts) that weren't yet documented. Tag creation and GitHub Release publishing follow in a separate step, per explicit maintainer authorization for this recovery. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedNo new commits to review since the last review. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe release is bumped from 1.24.2 to 1.24.3 across package, application, README, and service-worker metadata. The changelog adds release notes covering deployment behavior, an AbortSignal listener leak, and graceful worker-pool re-registration handling. ChangesVersion 1.24.3 release update
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@public/sw.js`:
- Line 9: Add an adjacent one-line comment beside the APP_VERSION declaration
explaining that the QNBS-v3 cache rotation requires changing the version and
describing its impact on cached service-worker assets. Keep the existing
APP_VERSION value and surrounding service-worker logic unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 1ff12cd1-ff9e-4164-81dd-544dfee2b6c9
⛔ Files ignored due to path filters (1)
src-tauri/Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (6)
CHANGELOG.mdREADME.mdpackage.jsonpublic/sw.jssrc-tauri/Cargo.tomlsrc-tauri/tauri.conf.json
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Summary
[Unreleased]→[1.24.3]CHANGELOG.md entry for the worker-generation consolidation sprint (ADR-0014 → ADR-0015), correcting the stacked-PR count to 5 (test(worker-bus): export v2 duckdb/inference handlers + parity gate tests #286–288, feat(ai): migrate localNlpService onto WorkerBus v2, delete v1 inference worker #290–291) and folding in independent chore: pause Vercel auto-deploy mid-term after 2 undiagnosed build failures #289 (Vercel auto-deploy pause)AbortSignallistener leak induckdbClient.ts, and the pool re-registration failure guards inworkerBusManager.tspackage.json,src-tauri/tauri.conf.json,src-tauri/Cargo.toml,src-tauri/Cargo.lock(workspace-member entry only, no checksum),public/sw.js(APP_VERSION), and the README badgeTest plan
pnpm run lint— cleanpnpm run typecheck— cleanpnpm run docs:check— OK (7 files match actual state)Summary by CodeRabbit
Release
Bug Fixes
Documentation